home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / educate / vgw102a.zip / ELEM.FRM < prev    next >
Text File  |  1994-09-18  |  905b  |  17 lines

  1. {Prints the first and final grades from several classes for a student}
  2. [SAY"This form prints the first and second task scores for a student from four classes (SampleA, B, C, and D)."]Date: [Date]
  3. Name: [Print"BoldOn"][FName][Print"BoldOff"]
  4.  
  5.  
  6. Dear Parent(s) of [FirstName]:
  7.  
  8.      Below is a list of the current grades for your child.  This
  9. form is sent to you to keep you abreast of your child's progress.
  10.  
  11. ["Subject":25][RJust]["First Score":15]["Second Score":15][LJust]
  12. {Change the classnames from SampleA, SampleB, and SampleC to your classes, and "Final Grade" to your task name}
  13. [Class=SampleA][ClassName:25][DTask@1][TaskScore:15][DTask@2][TaskScore:15]
  14. [Class=SampleB][ClassName:25][DTask@1][TaskScore:15][DTask@2][TaskScore:15]
  15. [Class=SampleC][ClassName:25][DTask@1][TaskScore:15][DTask@2][TaskScore:15]
  16. [Class=SampleD][ClassName:25][DTask@1][TaskScore:15][DTask@2][TaskScore:15]
  17.